Version

ColorPicker(String,String[],String[],IDictionary<String,Object>) Method

Helper to configure a ColorPicker widget.
Syntax
'Declaration
 
Public Overloads Function ColorPicker( _
   Optional ByVal id As System.String, _
   Optional ByVal colors() As System.String, _
   Optional ByVal standardColors() As System.String, _
   Optional ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As ColorPickerWrapper
public ColorPickerWrapper ColorPicker( 
   System.string id,
   System.string[] colors,
   System.string[] standardColors,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

Parameters

id
colors
standardColors
htmlAttributes

Return Value

New instance of ColorPickerWrapper
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub